home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
a_utils
/
_archvrs
/
unix
/
zoo21src.lha
/
zoo
/
asmconst.ai
< prev
next >
Wrap
Text File
|
1992-11-20
|
429b
|
15 lines
; $Source$
; $Id$
;The contents of this file are hereby released to the public domain.
; -- Rahul Dhesi 1988/08/25
;Constant values for lzc.asm and lzd.asm
maxbits equ 13
clear equ 256 ;Clear code
eof equ 257 ;End of file marker
first_free equ 258 ;First free code
maxmax equ 1 shl maxbits ;Max code + 1
inbufsiz equ 8192 ;size of input buffer
outbufsiz equ 8192 ;size of output buffer